01. Introduction
23 1 AAK Clipping Intro HS
Reflect
QUESTION:
What is overdraw and why should you minimize it?
ANSWER:
Overdraw: When a pixel on the screen (for the current frame) is drawn more than once.
When it comes to drawing, every little bit matters for performance as you have less than 16ms to draw each screen. While the Android system does a lot to optimize drawing, there is a lot you can do! One thing is to be efficient about drawing.
Reference: Medium